home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
45 Great Windows Utilities 3
/
45 Great Windows Utilities Volume 3 MOJO-408 (Mojo Software).iso
/
cstr30
/
stdafx.h_
/
STDAFX.H
Wrap
Text File
|
1995-07-04
|
2KB
|
97 lines
// ------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// STRING STUDIO 3.0 - Precompiled header
//
// ------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Copy the following dependencies to the STDAFX.H of your project.
// Don' t forget to un-comment #define _UNREGISTERED if you own the String Studio
// source code (i.e. you are a registered user)
//
// ------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// FILE: STDAFX.H
// DATE: 20 june 1995
// VERSION: 3.0
//
// ------------------------------------------------------------------------------------------------------------------------------------------------------------
#ifdef _WIN32
#ifndef _WINDOWS
#define _WINDOWS
#endif
#endif
#ifdef _WINDOWS
#ifndef __AFXWIN_H__
#include <afx.h> // MFC core and standard components
#include <afxwin.h>
#include <afxext.h>
#endif
#ifndef _WIN32
#ifndef _INC_TOOLHELP
#include <toolhelp.h>
#endif
#endif
#else
#ifndef __AFX_H__
#include <afx.h> // MFC core and standard components
#endif
#ifndef _INC_MALLOC
#include <malloc.h>
#endif
#ifndef _INC_STDIO
#include <stdio.h>
#endif
#endif
#ifndef _INC_CTYPE
#include <ctype.h>
#endif
#ifndef _INC_STDLIB
#include <stdlib.h>
#endif
#ifndef _INC_STRING
#include <string.h>
#endif
#ifndef _INC_MATH
#include <math.h>
#endif
#ifndef _INC_TYPES
#include <sys\types.h>
#endif
#ifndef _INC_STAT
#include <sys\stat.h>
#endif
#ifndef _INC_DIRECT
#include <direct.h>
#endif
#ifndef _INC_DOS
#include <dos.h>
#endif
#ifndef _INC_ERRNO
#include <errno.h>
#endif
#ifndef _INC_MEMORY
#include <memory.h>
#endif
#ifndef _INC_IO
#include <io.h>
#endif
#ifndef _INC_TIME
#include <time.h>
#endif
#ifndef _INC_FCNTL
#include <fcntl.h>
#endif
#ifndef _INC_LIMITS
#include <limits.h>
#endif
#ifdef _WIN32
#ifndef _INC_PROCESS
#include <process.h>
#endif
#endif
#ifndef _CSTR_H
#include "CSTR30.H"
#endif